AliasExists

Category: Reflection

Syntax:
$AliasExists(aliasname)

Returns true (1) if the named alias exists, or false (0) if there is no alias with that name.

Example:
if $AliasExists(J)
  UnAlias J
endif

Next in "Reflection": AliasList
Previous in "Reflection": AbortEvents
Next by name: AliasList
Previous by name: AddToSetProp
Up to all functions by name or commands and functions by category